| Constant name | Constant | Description |
| RESIZE_NEAREST | 0 | Looks for the nearest pixel in the original image. |
| RESIZE_LINEAR | 1 | Uses linear interpolation to find the new pixel. This mode is slower than RESIZE_NEAREST for normal images. |
| Image Number | Integer | The ID of the image. |
| Width | Integer | The new width of the image. |
| Height | Integer | The new height of the image. |
| Mode | Integer | The resize mode. |